home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 58519 / 58519.xpi / chrome / nasatabs.jar / skin / shownasa.css < prev    next >
Cascading Style Sheet File  |  2010-01-11  |  564b  |  15 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. .tabbrowser-tab:not([selected="true"]):not([busy]) .tab-icon-image {
  3.     display: none !important;
  4. }
  5. .tabbrowser-tab:not([selected="true"]):hover .tab-icon-image {
  6.     display: -moz-box !important;
  7. }
  8. .tabbrowser-tab:not([selected=true]):not(:first-of-type):not(:hover):not([busy]) .tab-text { 
  9.     margin-right: -8px !important;
  10. }
  11. .tabbrowser-tab:not([selected=true]):first-of-type:not(:hover):not([busy]) .tab-text { 
  12.     margin-left: 0 !important;
  13.     margin-right: 0 !important;
  14. }
  15.